RichTextKit v0.4

UndoManager<T>.Do Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: UndoManager<T>

Execute an undo unit and add it to the manager

public void Do(UndoUnit<T> unit);

Parameters

UndoUnit<T> unit

The undo unit to execute